home *** CD-ROM | disk | FTP | other *** search
/ Champak 45 / Vol 45.iso / games / escape.swf / scripts / frame_1 / PlaceObject2_158_77 / CLIPACTIONRECORD on(keyPress Enter).as next >
Encoding:
Text File  |  2005-08-23  |  85 b   |  5 lines

  1. on(keyPress "<Enter>"){
  2.    _root.mysound.stop();
  3.    _root.gotoAndPlay("main");
  4. }
  5.